gdk/toplevelsize: Remove warnings about exceeding bounds
authorJonas Ådahl <jadahl@gmail.com>
Mon, 1 Feb 2021 10:31:11 +0000 (11:31 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 7 Feb 2021 16:40:50 +0000 (11:40 -0500)
commitf2181909c106f384aea3fff9b7da7bbeea5ebdd0
tree1b359f0d1bec2c34efb27de9270044a62170d13f
parent0e2863a9d0708f34d6471d334feab733f974b179
gdk/toplevelsize: Remove warnings about exceeding bounds

Sometimes the size will exceed the minimum bounds. For example crazy
applications like the widget factory that contains the world, or when a
user interactively resizes a window to be larger than the monitor the
window is on is.

The former is questionable, but the latter is not, and from here we
can't really see the difference, so just stop complaining.

Closes: https://gitlab.gnome.org/GNOME/gtk/-/issues/3035
gdk/gdktoplevelsize.c